home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 1 / 001.d81 / t.slot machine < prev    next >
Text File  |  2022-08-26  |  1KB  |  65 lines

  1.             SLOT MACHINE
  2.             ---- -------
  3.  
  4. Written by:  Russell Jensen
  5.              1652 Euclid Avenue
  6.              Camarillo, CA 93010
  7.              (805) 482-3875
  8.  
  9.      I am submitting a program that
  10.  
  11. simulates a Slot Machine.  I origin-
  12.  
  13. ally wrote my first version of this
  14.  
  15. program for the Radio Shack TRS-80
  16.  
  17. several years ago as my first BASIC
  18.  
  19. program.  That original version did
  20.  
  21. not have graphics but merely printed
  22.  
  23. the names of the symbols to the
  24.  
  25. screen.  When I got my COMMODORE 64
  26.  
  27. a little over a year ago, I modified
  28.  
  29. that program for the 64 utilizing
  30.  
  31. Sprite graphics to display the sym-
  32.  
  33. bols, it was my first experience with
  34.  
  35. using sprites.
  36.  
  37.      Here are the simple operating
  38.  
  39. instructions.  After loading the pro-
  40.  
  41. gram and RUNning it, it takes a short
  42.  
  43. time to initialize itself.  When it is
  44.  
  45. ready it displays "DEPOSIT COIN" below
  46.  
  47. the middle of the screen.  You then
  48.  
  49. must hit any key (or space bar) to
  50.  
  51. initiate play.  The symbols are then
  52.  
  53. displayed and a win or lose message is
  54.  
  55. shown as well as your "score" in units
  56.  
  57. of one (plus or minus).  Each push of
  58.  
  59. a key plays again.  It is very simple.
  60.  
  61. --------------------------------------
  62.  
  63.  
  64.  
  65.